home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 562 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: ix.netcom.com!netnews
  2. From: "Jason D. Morris" <jdmorris@ix.netcom.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Portable string class
  5. Date: Thu, 04 Jan 1996 21:00:27 -0500
  6. Organization: Netcom
  7. Message-ID: <30EC863B.5D003247@ix.netcom.com>
  8. References: <30ec0a52.108625283@news.qmw.ac.uk>
  9. NNTP-Posting-Host: ix-pon-mi2-07.ix.netcom.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-NETCOM-Date: Thu Jan 04  5:58:41 PM PST 1996
  14. X-Mailer: Mozilla 2.0b4 (X11; I; Linux 1.3.47 i586)
  15.  
  16. Matthew Mower wrote:
  17. > I am looking for a portable string class, perhaps there is a class
  18. > which will be included in the coming C++ standard library already
  19. > knocking about.
  20. > Specifically I need something which will work under g++ 2.7.1 and MSVC
  21. > 2.1, has anybody tested the g++ string class under MSVC?
  22. > Anyone?
  23. > Regards,
  24. > Matt.
  25. > ----
  26. > Matt Mower - Information Services Team - University of North London
  27. > WWW Home Page = http://www.unl.ac.uk/~mat
  28. The string class (lowercase s) is part of the draft C++ Standard Library.
  29. It's the one included with libstdc++.
  30.  
  31. Jason
  32.